Ming Chen [Mon, 2 Mar 2020 01:40:36 +0000 (09:40 +0800)]
ax_gcc_func_attribute: Revise the detection of unknown attributes
GCC outputs a warning when Wstrict-prototypes is on, in such case the
attribute detection always fails even if the attribute is actually
supported. This change checks for the "-Wattributes" warning in
conftest.err instead of the existence of the file.
# License: MIT
# http://opensource.org/licenses/MIT
# License: MIT
# http://opensource.org/licenses/MIT
Add support for use of the system timezone database, rather
than embedding a copy. Discussed upstream but was not desired.
History:
r21: adapt for timelib 2021.03 (in 8.1.0)
r20: adapt for timelib 2020.03 (in 8.0.10RC1)
r19: adapt for timelib 2020.02 (in 8.0.0beta2)
r18: adapt for autotool change in 7.3.3RC1
r17: adapt for timelib 2018.01 (in 7.3.2RC1)
r16: adapt for timelib 2017.06 (in 7.2.3RC1)
r15: adapt for timelib 2017.05beta7 (in 7.2.0RC1)
r14: improve check for valid tz file
r13: adapt for upstream changes to use PHP allocator
r12: adapt for upstream changes for new zic
r11: use canonical names to avoid more case sensitivity issues
round lat/long from zone.tab towards zero per builtin db
r10: make timezone case insensitive
r9: fix another compile error without --with-system-tzdata configured (Michael Heimpold)
r8: fix compile error without --with-system-tzdata configured
r7: improve check for valid timezone id to exclude directories
r6: fix fd leak in r5, fix country code/BC flag use in
timezone_identifiers_list() using system db,
fix use of PECL timezonedb to override system db,
r5: reverts addition of "System/Localtime" fake tzname.
updated for 5.3.0, parses zone.tab to pick up mapping between
timezone name, country code and long/lat coords
r4: added "System/Localtime" tzname which uses /etc/localtime
r3: fix a crash if /usr/share/zoneinfo doesn't exist (Raphael Geissert)
r2: add filesystem trawl to set up name alias index
r1: initial revision
Gbp-Pq: Name 0006-Add-support-for-use-of-the-system-timezone-database.patch
* New upstream version 8.4.21
+ [CVE-2026-7263]: Dom\XMLDocument::C14N() emits duplicate xmlns
declarations after setAttributeNS()
+ [CVE-2026-29078, CVE-2026-29079]: Upgrade to lexbor v2.7.0
+ [CVE-2026-6735]: XSS within status endpoint
+ [CVE-2026-7259]: Null pointer dereference in php_mb_check_encoding()
via mb_ereg_search_init()
+ [CVE-2026-6104]: Out-of-bounds access in mbfl_name2encoding_ex()
+ [CVE-2025-14179]: SQL injection via NUL bytes in quoted strings
+ [CVE-2026-6722]: Stale SOAP_GLOBAL(ref_map) pointer with Apache Map
+ [CVE-2026-7261]: Use-after-free after header parsing failure with
SOAP_PERSISTENCE_SESSION
+ [CVE-2026-7262]: Broken Apache map value NULL check
+ [CVE-2026-7568]: Signed integer overflow of char array offset
+ [CVE-2026-7258]: Consistently pass unsigned char to ctype.h functions